home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
umich
/
diskutil
/
tc60cpx.lzh
/
TCACHE.CPX
/
TCACHE.S
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-11-04
|
315 b
|
22 lines
import call_tcache
export do_call_tcache
do_call_tcache:
movem.l D3-D7/A2-A6,saveregs
move.l (SP),saveret
move.l #myret,(sp)
move.l call_tcache(PC),-(sp)
rts
myret:
movem.l saveregs,D3-D7/A2-A6
move.l saveret,-(sp)
rts
BSS
saveregs:
ds.l 10
saveret:
ds.l 1
END